<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body{
  width: 100%;
  font-size: 12px;
  color: #333;
  overflow-x: hidden;
 }
 a{
    color: #333;
    transition: all 0.5s;
 }
 a:hover{
    color: #c20f36;
 }

 /**
 * 分页
 */
.panel-page{
  text-align: center;
}
.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}
.pagination&gt;li{display:inline;border:none;}
.pagination&gt;li&gt;a,.pagination&gt;li&gt;span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#c20f36;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination&gt;li:first-child&gt;a,.pagination&gt;li:first-child&gt;span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination&gt;li:last-child&gt;a,.pagination&gt;li:last-child&gt;span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination&gt;li&gt;a:hover,.pagination&gt;li&gt;span:hover,.pagination&gt;li&gt;a:focus,.pagination&gt;li&gt;span:focus{color:#2a6496;background-color:#eee;border-color:#ddd}.pagination&gt;.active&gt;a,.pagination&gt;.active&gt;span,.pagination&gt;.active&gt;a:hover,.pagination&gt;.active&gt;span:hover,.pagination&gt;.active&gt;a:focus,.pagination&gt;.active&gt;span:focus{z-index:2;color:#fff;cursor:default;background-color:#c20f36;border-color:#c20f36}.pagination&gt;.disabled&gt;span,.pagination&gt;.disabled&gt;span:hover,.pagination&gt;.disabled&gt;span:focus,.pagination&gt;.disabled&gt;a,.pagination&gt;.disabled&gt;a:hover,.pagination&gt;.disabled&gt;a:focus{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg&gt;li&gt;a,.pagination-lg&gt;li&gt;span{padding:10px 16px;font-size:18px}.pagination-lg&gt;li:first-child&gt;a,.pagination-lg&gt;li:first-child&gt;span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg&gt;li:last-child&gt;a,.pagination-lg&gt;li:last-child&gt;span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm&gt;li&gt;a,.pagination-sm&gt;li&gt;span{padding:5px 10px;font-size:12px}.pagination-sm&gt;li:first-child&gt;a,.pagination-sm&gt;li:first-child&gt;span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm&gt;li:last-child&gt;a,.pagination-sm&gt;li:last-child&gt;span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li&gt;a,.pager li&gt;span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li&gt;a:hover,.pager li&gt;a:focus{text-decoration:none;background-color:#eee}.pager .next&gt;a,.pager .next&gt;span{float:right}.pager .previous&gt;a,.pager .previous&gt;span{float:left}.pager .disabled&gt;a,.pager .disabled&gt;a:hover,.pager .disabled&gt;a:focus,.pager .disabled&gt;span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:hover,a.label:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:hover,.label-default[href]:focus{background-color:#5e5e5e}.label-primary{background-color:#428bca}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#777;}

.top{
  height: 30px;
  line-height: 30px;
  background: #e9e9e9;
}
.top a{
  padding: 0 6px;
}

.head{
  padding: 10px 0;
  overflow: hidden;
}
.head .logo{
  float: left;
}
.head .index_head_phone{
  width: 296px;
  height: 86px;
  float: right;
  background: url(../images/index_phone.jpg) no-repeat;
  font-size: 22px;
  color: #e2173c;
  font-weight: bold;
  padding-top: 34px;
  padding-left: 60px;
}

.menu{
  height: 50px;
  line-height: 50px;
  background: #000;
  color: #FFF;
  position: relative;
  z-index: 9999;
}
.menu li{
  float: left;
  font-size: 15px;
  background-image: url(../images/menu_bg.png);
  background-repeat: no-repeat;
  background-position: center right;
}
.menu a{
  color: #FFF;
  padding: 0 40px;
}
.menu li:hover{
  background: #920527;
}
.menu .box{
  position: absolute;
  background: #920527;
  overflow: hidden;
  display: none;
}
.menu .box a{
  display: block;
  line-height: 38px;
  text-align: center;
}
.menu .box a:hover{
  background: #000;
}
.menu li:hover .box{
  display: block;
}

/**
 * banner
 */
.indexBanner{
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 0;
    z-index: 99;
}
.indexBanner .slideBox{
  width:100%;
  height:506px;
  overflow:hidden;
  position:relative;
}
.indexBanner .slideBox .hd{
  height:20px;
  overflow:hidden;
  position:absolute;
  left:48%;
  bottom:10px;
  z-index:1;
}
.indexBanner .slideBox .hd ul{
  overflow:hidden;
  zoom:1;
  float:left;
}
.indexBanner .slideBox .hd ul li{
  float: left;
  margin: 0px 3px;
  width: 6px;
  height: 6px;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
  transition: width 1s;
  cursor: pointer;
}
.indexBanner .slideBox .hd ul li.on{
    width: 18px;
}
.indexBanner .slideBox .bd{
    position:relative;
    height:100%;
    z-index:0;
}
.indexBanner .slideBox .bd li{
    zoom:1;
    vertical-align:middle;
}
.indexBanner .slideBox .bd img{
    width:100%;
    height:506px; 
    display:block;
    border: none;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.indexBanner .slideBox .prev,
.indexBanner .slideBox .next{
    position:absolute;
    left:10px; 
    top:50%;
    margin-top:-25px;
    display:none;
    width: 34px;
    height: 70px;
    background-repeat: no-repeat;
    z-index: 99999;
}
.indexBanner .slideBox .prev{
    background-image: url(../images/btn_left.png);
}
.indexBanner .slideBox .next{
    left:auto;
    right:10px;
    background-image: url(../images/btn_right.png);
}
.indexBanner .slideBox:hover .prev,.indexBanner .slideBox:hover .next{
    display: block;
}

.index_main{
  overflow: hidden;
  padding-top: 20px;
}

.footer{
  overflow: hidden;
  background: #323232;
  color: #FFF;
}
.foot{
   padding-left: 220px;
   color: #FFF;
   background: url(../images/foot_logo.jpg) no-repeat top left;
   padding-bottom: 14px;
   overflow: hidden;
}
.footer .foot_nav{
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  margin-top: 16px;
}
.footer .foot_nav a{
  color: #FFF;
  font-size: 14px;
  padding: 0 24px;
}
.footer .lst{
  font-size: 13px;
  line-height: 30px;
}
.footer .lst span{
  padding: 0 20px;
}
.footer p{
  text-align: center;
  line-height: 26px;
  color: #888888;
  font-size: 13px;
}
.footer p a{
  color: #888888;
}


.hot_product{
  overflow: hidden;
  padding-top: 10px;
}
.hot_product .title{
  line-height: 40px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 550;
  position: relative;
  padding-left: 10px;
}
.hot_product .title em{
  font-size: 14px;
  padding-left: 20px;
}
.hot_product .title .line{
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 90px;
  height: 2px;
  background: #920527;
}

.hot_product .bdcont{
  overflow: hidden;
  padding-top: 20px;
}
.hot_product .bdcont .left{
  width: 584px;
  height: 580px;
  float: left;
}
.hot_product .bdcont .left ul{
  margin-left: -18px;
}
.hot_product .bdcont .left li{
  width: 274px;
  float: left;
  padding: 20px;
  margin-left: 24px;
  margin-bottom: 28px;
  overflow: hidden;
  padding: 2px;
  position: relative;
}
.hot_product .bdcont .left li a{
  display: block;
  width: 270px;
  height: 248px;
  border: 2px solid #9f9e9e;
  overflow: hidden;
}
.hot_product .bdcont .left li img{
  width: 100%;
  height: 100%;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
.hot_product .bdcont .left li p{
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
.hot_product .bdcont .left li:hover p{
  top: 0;
}
.hot_product .bdcont .left li:hover a{
  border:2px solid #920527;
}
.hot_product .bdcont .left li:hover img{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}

.slideBox_right { width:600px; height:556px; overflow:hidden; position:relative; border: 2px solid #920527;}
.slideBox_right .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slideBox_right .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox_right .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox_right .hd ul li.on{ background:#f00; color:#fff; }
.slideBox_right .bd{ position:relative; height:100%; z-index:0;   }
.slideBox_right .bd li{ zoom:1; vertical-align:middle; }
.slideBox_right .bd img{ width:600px; height:576px; display:block;  }


.index_title{
  overflow: hidden;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 560;
  text-align: center;
}
.index_title span{
  padding: 0 4px;
}
.index_title em{
  color: #920527;
}

.index_company,.index_product,.index_news,.index_case{
  overflow: hidden;
  padding: 30px 0;
}
.index_company .bdcont{
  overflow: hidden;
  height: 452px;
  background: url(../images/index_01.jpg) no-repeat center;
}
.index_company .bdcont .left{
  width: 588px;
  float: left;
  color: #FFF;
  padding-top: 20px;
}
.index_company .bdcont .left .desc{
  line-height: 28px;
  font-size: 14px;
  text-indent: 2em;
  padding-top: 30px;
  padding-right: 26px;
}
.index_company .bdcont .left .desc a{
  color: #FFF;
  padding: 0 6px;
}
.index_company .bdcont .left .nav_tag{
  overflow: hidden;
  padding-top: 40px;
}
.index_company .bdcont .left .nav_tag a{
  display: block;
  width: 90px;
  height: 120px;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  float: left;
  padding-top: 96px;
  margin-left: 48px;
  transition: all 0.5s;
}
.index_company .bdcont .left .nav_tag a.a1{
  background: url(../images/index_03.png) no-repeat center top;
}
.index_company .bdcont .left .nav_tag a.a2{
  background: url(../images/index_04.png) no-repeat center top;
}
.index_company .bdcont .left .nav_tag a.a3{
  background: url(../images/index_05.png) no-repeat center top;
}
.index_company .bdcont .left .nav_tag a.a4{
  background: url(../images/index_12.png) no-repeat center top;
}
.index_company .bdcont .left .nav_tag a:hover{
  margin-top: -10px;
}
.index_company .bdcont .right{
  width: 542px;
  float: right;
  overflow: hidden;
}
.index_company .bdcont .right .topslide{
  width: 268px;
  height: 384px;
  float: left;
  overflow: hidden;
  position: relative;
}
.index_company .bdcont .right .title{
  display: block;
  width: 100%;
  height: 62px;
  margin-bottom: 6px;
  background: url(../images/index_14.jpg) no-repeat center;
  overflow: hidden;
}
.index_company .bdcont .right li{
  width: 258px;
  height: 188px;
  background: #e5e5e5;
  float: left;
  margin: 0 5px;
  margin-bottom: 10px;
  padding: 20px;
}
.index_company .bdcont .right li img{
  width: 100%;
  height: 136px;
  overflow: hidden;
  border:1px solid #e5e5e5;
}
.index_company .bdcont .right li img:hover{
  border:1px solid #920527;
}
.index_company .bdcont .right li p{
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  text-align: center;
}

.index_product{
  height: 830px;
  background: url(../images/index_product_bg.jpg) no-repeat center top -40px;
}
.index_product .bdcont{
  padding-top: 76px;
}
.index_product .product_nav_list{
  width: 1198px;
  height: 462px;
  overflow: hidden;
  border: 1px solid #8c0525;
  padding: 20px;
  margin-bottom: 20px;
}
.index_product .product_nav_list li{
  width: 550px;
  height: 68px;
  background: #FFF;
  float: left;
  padding: 10px 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.index_product .product_nav_list li a{
  display: block;
  width: 100%;
  height: 52px;
  line-height: 52px;
  border: 1px solid #333;
  font-size: 16px;
  background: url(../images/index_06.jpg) no-repeat top left;
  padding-left: 160px;
}
.index_product .product_nav_list li a span{
  padding: 0 10px;
}

.index_product .product_nav{
  width: 1198px;
  overflow: hidden;
}
.index_product .product_nav a{
  display: block;
  width: 190px;
  height: 64px;
  border: 2px solid #8c0525;
  float: left;
  font-size: 18px;
  text-align: center;
  padding: 6px 20px;
  margin-right: 11px;
}
.index_product .product_nav a span{
  display: block;
  margin-bottom: 6px;
}
.index_product .product_nav em{
  display: block;
  font-size: 14px;
  color: #8c0525;
  text-align: center;
}
.index_product .product_nav a.title{
  background: #8c0525;
  text-align: center;
  color: #FFF;
  line-height: 64px;
  padding: 0;
  font-size: 22px;
  margin: 0;
}


.index_more{
  display: block;
  width: 144px;
  height: 38px;
  line-height: 38px;
  background: #8c0525;
  color: #FFF;
  font-size: 16px;
  margin: 20px auto;
  text-align: center;
  border-radius: 20px;
}

.product_list{
  overflow: hidden;
  margin: 20px 0;
  height: 860px;
  background: url(../images/index_09.jpg) no-repeat center;
}
.product_list li{
  width: 378px;
  height: 400px;
  float: left;
  background: #FFF;
  padding: 15px;
  margin: 0 10px;
  margin-top: 22px;
  overflow: hidden;
}
.product_list li .img{
  display: block;
  width: 100%;
  height: 288px;
  overflow: hidden;
}
.product_list li img{
  width: 100%;
  height: 288px;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
.product_list li p{
  width: 100%;
  height: 78px;
  background: #9e9e9e url(../images/index_10.jpg) no-repeat center;
  line-height: 78px;
  color: #FFF;
  font-size: 16px;
  color: #FFF;
  text-align: center;
}
.product_list li p a{
  color: #FFF;
}
.product_list li:hover img{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}


.index_news .left{
  width: 818px;
  float: left;
}
.index_news .hd_title{
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 30px;
}
.index_news .hd_title span{
  display: block;
  width: 128px;
  height: 39px;
  float: left;
  text-align: center;
  cursor: pointer;
}
.index_news .hd_title span.s1{
  background: url(../images/index_15.jpg) no-repeat center left;
}
.index_news .hd_title span.s2{
  background: url(../images/index_16.jpg) no-repeat center left;
}
.index_news .hd_title span.s3{
  background: url(../images/index_17.jpg) no-repeat center left;
}
.index_news .hd_title span.s1.active,.index_news .hd_title span.s1:hover{
  background: url(../images/index_15h.jpg) no-repeat center left;
}
.index_news .hd_title span.s2.active,.index_news .hd_title span.s2:hover{
  background: url(../images/index_16h.jpg) no-repeat center left;
}
.index_news .hd_title span.active{
  border-bottom: 2px solid #920527;
  color: #920527;
}
.index_news .hd_title .more{
  float: right;
  font-size: 14px;
}

.index_news .left .cont_tag{
  overflow: hidden;
}
.index_news .left .cont_tag ul{
  display: none;
}
.index_news .left .cont_tag ul.active{
  display: block;
}
.index_news .left dl{
  height: 110px;
  background: #eaeaea;
  overflow: hidden;
  margin-bottom: 10px;
}
.index_news .left dl dt{
  width: 214px;
  height: 110px;
  float: left;
}
.index_news .left dl dt img{
  width: 100%;
  height: 110px;
}
.index_news .left dl dd{
  width: 580px;
  float: right;
  padding-right: 28px;
}
.index_news .left dl dd h2{
  font-size: 16px;
  padding: 10px 0;
  font-weight: bold;
}
.index_news .left dl dd h2 span{
  font-size: 14px;
  float: right;
}
.index_news .left dl dd p{
  font-size: 14px;
  line-height: 24px;
  color: #666;
  text-indent: 2em;
}

.index_news .right{
  width: 330px;
  float: right;
}
.index_news .right .list li{
  overflow: hidden;
  border-bottom: 1px dashed #d1d1d1;
  padding-bottom: 14px;
  margin-top: 20px;
}
.index_news .right .list li h2{
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 24px;
  overflow: hidden;
}
.index_news .right .list li p{
  font-size: 13px;
  color: #999;
  line-height: 24px;
}
.index_news .right .list li em{
  display: block;
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 8px;
}
.index_news .right .list li h2 em{
 background: #920527;
}
.index_news .right .list li p em{
 background: #2a2a2a;
}

.index_case .bdcont{
  overflow: hidden;
  padding: 0 40px;
}
.index_case .bdcont .marquee{
  height: 315px;
  overflow: hidden;
}
.index_case .bdcont li{
  width: 330px;
  overflow: hidden;
  float: left;
  margin-right: 20px;
}
.index_case .bdcont li img{
  width: 100%;
  height: 285px;
}
.index_case .bdcont li p{
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
}


.braver_path{
  padding: 10px 0;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #999;
  font-size: 13px;
  margin-bottom: 20px;
}
.braver_path h3{
  float: left;
  font-size: 20px;
}
.braver_path p{
  float: right;
}
.page_title{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 14px;
}
.content{
  width: 834px;
  float: right;
  font-size: 14px;
  line-height: 28px;
  padding: 15px;
}
.content h1{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 14px;
  text-align: center;
}
.content .c_tle{
  text-align: center;
  margin-bottom: 16px;

}
.content .c_tle span{
  padding: 0 4px;
}
.articleFilp{
  font-size: 14px;
  line-height: 28px;
  overflow: hidden;
  margin-top: 20px;
}


.case_list{
  overflow: hidden;
}
.case_list li{
  width: 368px;
  float: left;
  margin: 0 10px;
  margin-bottom: 20px;
}
.case_list li img{
  width: 100%;
  height: 306px;
}
.case_list li h4{
  height: 32px;
  overflow: hidden;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
}

.goods_slide{
  width: 350px;
  float: left;
  background: #ececec;
  border: 1px solid #d3d3d3;
  overflow: hidden;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.goods_slide h2{
  color: #f9e6b1;
  height: 64px;
  line-height: 64px;
  background: url(../images/index_11.jpg) no-repeat center;
  font-size: 22px;
  padding-left: 20px;
  padding-right: 40px;
}
.goods_slide h2 em{
  color: #FFF;
  margin-left: 16px;
  font-size: 16px;
}
.goods_slide ul{
  padding: 0 4px;
}
.goods_slide li{
  border: 1px solid #5f5f5f;
  height: 40px;
  line-height: 40px;
  margin-top: 14px;
  font-size: 14px;
  background: url(../images/index_12.jpg) no-repeat center left;
  padding-left: 60px;
  overflow: hidden;
}
.goods_slide li a{
  display: block;
}
.goods_slide li:hover{
  background: url(../images/slide_1.png) no-repeat center left;
  color: #FFF;
}
.goods_slide li:hover a{
  color: #FFF;
}
.slide_us{
  overflow: hidden;
  background: #ececec;
  margin-top: 14px;
}
.slide_us h3{
  background: #8c0525;
  height: 40px;
  line-height: 40px;
  font-size: 22px;
  font-weight: bold;
  color: #FFF;
  padding-left: 14px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.slide_us img{
  width: 100%;
}
.slide_us p{
  line-height: 34px;
  color: #8c0525;
  font-size: 14px;
  padding: 0 8px;
  font-weight: 550;
  padding-left: 40px;
}
.slide_us p.p1{
  background: url(../images/icon1.png) no-repeat top 4px left 4px;
}
.slide_us p.p2{
  background: url(../images/icon2.png) no-repeat top 4px left 4px;
}
.slide_us p.p3{
  background: url(../images/icon3.png) no-repeat top 4px left 4px;
}
.slide_us p.p4{
  background: url(../images/icon4.png) no-repeat top 4px left 4px;
}
.slide_us p.p5{
  background: url(../images/icon5.png) no-repeat top 4px left 4px;
}

.goods_list{
  width: 802px;
  float: right;
}
.goods_list .list li{
  width: 378px;
  height: 400px;
  float: left;
  background: #FFF;
  padding: 15px;
  margin: 0 10px;
  margin-top: 22px;
  overflow: hidden;
}
.goods_list .list li .img{
  display: block;
  width: 100%;
  height: 288px;
  overflow: hidden;
}
.goods_list .list li img{
  width: 100%;
  height: 288px;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
.goods_list .list li p{
  width: 100%;
  height: 78px;
  background: #9e9e9e url(../images/index_10.jpg) no-repeat center;
  line-height: 78px;
  color: #FFF;
  font-size: 16px;
  color: #FFF;
  text-align: center;
}
.goods_list .list li a{
  color: #FFF;
}
.goods_list .list li:hover img{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.news_list{
  width: 802px;
  float: right;
}
.news_list dl{
  height: 110px;
  background: #eaeaea;
  overflow: hidden;
  margin-bottom: 10px;
  border:1px solid #eaeaea;
}
.news_list  dl dt{
  width: 214px;
  height: 110px;
  float: left;
}
.news_list  dl dt img{
  width: 100%;
  height: 110px;
}
.news_list dl dd{
  width: 580px;
  float: right;
  padding-right: 28px;
  padding: 10px;
}
.news_list  dl dd h2{
  font-size: 16px;
  padding: 10px 0;
  font-weight: bold;
}
.news_list  dl dd h2 span{
  font-size: 14px;
  float: right;
}
.news_list dl dd p{
  font-size: 14px;
  line-height: 24px;
  color: #666;
  text-indent: 2em;
}
.news_list dl:hover{
  border:1px solid #8c0525;
}
.news_list dl:hover a{
  color: #8c0525;
}

/**
 * 在线咨询
 */
.mes_list{
  overflow: hidden;
  padding: 30px 0;
}
.mes_list .mes_form{
  width: 600px;
  margin: 20px auto;
}
.mes_list .mes_form li{
  margin: 0px;
  padding: 0px;
  min-height: 46px;
  height: auto !important;
  margin-bottom: 10px;
}
.mes_list .mes_form li label{
  display: block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  float: left;
  overflow: hidden;
  font-size: 15px;
  font-family: "黑体";
}
.mes_list .mes_form li input.input_txt{
    border: 1px solid #eee;
    width: 490px;
    height: 40px;
    padding: 6px;
    font-size: 15px;
    font-family: "黑体";
    color: #666;
}
.mes_list .mes_form .btn_submit{
  display: inline-block;
  width: 240px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 16px;
  color: #FFF;
  background: #c20f36;
  border: none;
  margin: 20px 0 0 160px;
  cursor: pointer;
}
</pre></body></html>